@charset "utf-8";
/*Tang 20180710*/
body {
  font-family: "source-han-sans-simplified-c", sans-serif!important;
}
h1,h2,h3,h4,h5,h6,p,ul,li{
	padding:0;
	margin: 0;
	list-style: none;
}
a:hover{
	text-decoration: none;
}
#nav{
  background:rgba(200,200,200);
}
.navbar-nav > li > a{
	font-size: 14px;
	line-height: 30px;
}
.logo{
	display: none;
}
.mobileLogo{
	display: block;
	width:145px;
	margin: auto;
	text-align: center;
}
.mobileLogo img{
	width:145px;
	height: 40px;
}
.mobileLogo{
	padding:5px 15px;
}
.nav-right{
	display: none;
}
.index-banner img{
	width:100%;
}
.nav-click-mobile{
	width:52px; 
	/*background: url(../images/nav-click.png) no-repeat center;*/
	cursor: pointer;
	padding:18px 15px 18px 15px;
	margin: 0;
	float: left;
	margin-top: -50px;
}
.nav-click-mobile .icon-bar{
	background: #fff!important;
}
.mobileLanguage{
	float: right;
	margin-top: -50px;
	padding-right: 15px;
	color: #fff;
}
.mobileLanguage a{
	color: #fff;
	line-height: 50px;
	padding:0 5px;
}
.banner{
	padding-top: 50px;
	background: rgba(0,48,112,1);
}
h1{
	font-size: 26px;
	line-height: 40px;
	text-align: center;
}
h2{
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}
.footer{
	background: #05111f;
	padding:20px 0 10px 0;
	position: relative;
}
.footer p{
	text-align: center;
	color: #8f8888;
	line-height: 16px;
	opacity: 0.4;
	font-size: 12px;
}
.footer p a{
	padding:0 10px;
}
.footer .p-big{
	display: none;
}
.footer .p-small{
	display: block;
}
.footer .gupiao{
	color: #4b9bf4;
}
.footer-link{
	width:135px;
	margin: auto;
	position: relative;
	padding-bottom: 10px;
}
.footer-link img{
	width:25px;
}
.breadcrumb{
	background:none;
	max-width: 1200px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000000;
	overflow: hidden;
}
.footer_wechat_icon{
	cursor: pointer;
}
.footer-link .footer_QR{
	position: absolute;
    left: -90px;
    bottom: 41px;
    width: 220px;
    display: none;
}
.footer-link .footer_QR img{
	width:100%!important;
}
.footer-link span{
	display: inline-block;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border:0;
}
.footer-link span a{
	padding:0;
	margin: 0;
	border: 0;
}
.footer p:last-child{
	font-size: 10px;
}
/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	#nav{
	  background: rgba(255,255,255);
	}
	.logo{
		display: block;
	}
	.mobileLogo{
		display: none;
	}
	.logo img{
		width:188px;
	}
	.logo{
		height: 78px;
	}
	.navbar-nav > li > a{
		font-size: 14px;
		line-height: 58px;
	}
	.nav-right > a{
		font-size: 15px;
	}
	.navbar-nav > li > a{
		padding:10px 10px;
		
	}
	.nav-right{
		float: right;
		display: block;
		height: 68px;
		padding:10px 0;
		line-height: 48px;
		
	}
	.nav-right a{
		display: inline-block;
		line-height: 48px;
		font-size: 15px;
	}
	.nav-right,.nav-right a{
		 color: #fff;
	}
	.nav-click{
		width:50px;
		height: 48px;
		padding-left: 10px;
		display: inline-block;
		cursor: pointer;
		
	}
	.nav-line{
		width:2px;
		height: 48px;
		padding:15px 6px;
		background: url(../images/nav-line.jpg) no-repeat center;
	}
	.nav-click-mobile{
		display: none;
	}
	.mobileLanguage{
		display: none;
	}
	.banner{
		padding-top: 0px;
		background:none;
	}
	h1{
		font-size: 30px;
		line-height: 50px;
		text-align: center;
	}
	h2{
		font-size: 14px;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer{
		padding:30px 0;
	}
	.footer .p-big{
		display: block;
		padding-bottom: 15px; color:#fff
	}
	.footer .p-small{
		display: none;
	}
	.footer p{
		line-height: 20px;
		font-size: 14px;
	}
	.footer .gupiao,.footer .gupiao a{
		 color:#fff
	}
	.footer-link {
		width:188px;
		margin: auto;
	}
	.footer-link img{
		width:36px;
	}
	.gupiao{
		font-size: 14px;
	}
	.breadcrumb{
		padding-top: 20px;
	}
	.footer_wechat_icon{
		cursor: pointer;
		padding:0 10px;
		width:56px;
		display: inline-block;
	}
	.footer-link .footer_QR{
		position: absolute;
		left: -96px;
		bottom: 55px;
		width: 242px;
		display: none;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.navbar-nav > li > a{
		font-size: 16px;
	}
	.navbar-nav > li > a{
		padding:10px 15px 10px 15px;
	}
	.footer{
		padding:40px 0;
	}
	.breadcrumb{
		padding-top: 35px;
		width:970px;
		margin: auto;
	}
	
}
/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.container{
		width:1200px;
	}
	.breadcrumb{
		width:1200px;
	}
	.footer{
		padding:50px 0;
	}
}

.w1200 { width: 1200px; margin:auto}
.contact_wrap{
	width: 100%;
	min-width: 1200px;
	height: auto;
	padding: 23px 0px 22px;
	background: #05111F;
}
.contact{
	height: 105px;
	overflow: hidden;
}
.contact_phone{
	width: 270px;
	padding-left: 25px;
	height: 80px;
	padding-top: 25px;
	float: left;
}
.contact_phone h4{
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}
.contact_phone h3{
	line-height: 32px;
	font-size: 35px;
	font-family: Times New Roman;
	color: #fff;
}
.contact_tel{
	height: 101px;
	border-left: 1px solid #EB737F;
	border-right: 1px solid #EB737F;
	width: 295px;
	padding-left: 27px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	float: left;
	padding-top: 4px;
}
.contact_address{
	height: 101px;
	width: 423px;
	padding-top: 4px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	float: right;
}
/*底部*/
#footer{
	width:100%;
	min-width: 1200px;
	overflow:hidden;
	font-size: 14px;
	line-height: 22px;
	/*background:#222222;*/
	background: #05111F;
	color:#fff;	
	padding: 14px 0px;
	text-align: center;
}

.contact>div{
		width: 33% !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	
	
	
